From db52d0daebd357af6b0aba80026b9745459a596a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 27 Jan 2008 17:05:47 +0000 Subject: [PATCH] Remove machine setting from HOSTCFLAGS. The host compiler must know how to produce runnable binaries without special settings. Signed-off-by: Bastian Blank --- Config.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Config.mk b/Config.mk index fe390bf182..f9cb75fbf0 100644 --- a/Config.mk +++ b/Config.mk @@ -21,9 +21,6 @@ SHELL ?= /bin/sh HOSTCC = gcc HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer HOSTCFLAGS += -fno-strict-aliasing -HOSTCFLAGS_x86_32 = -m32 -HOSTCFLAGS_x86_64 = -m64 -HOSTCFLAGS += $(HOSTCFLAGS_$(XEN_COMPILE_ARCH)) DISTDIR ?= $(XEN_ROOT)/dist DESTDIR ?= / -- 2.30.2